projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a1879
)
(Fminibuffer_complete): this_command renamed to Vthis_command.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Aug 1998 21:56:16 +0000
(21:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Aug 1998 21:56:16 +0000
(21:56 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index 3771af5704398c9bbad8693e84c2a4c5d993c8ab..1367820a09c9332477fed2e8c6dbe0807e820b4c 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-1540,9
+1540,9
@@
scroll the window of possible completions.")
register int i;
Lisp_Object window, tem;
- /* If the previous command was not this,
then mark the completion
- buffer obsolete. */
- if (! EQ (current_kboard->Vlast_command, this_command))
+ /* If the previous command was not this,
+
mark the completion
buffer obsolete. */
+ if (! EQ (current_kboard->Vlast_command,
V
this_command))
Vminibuf_scroll_window = Qnil;
window = Vminibuf_scroll_window;